svn path=/trunk/; revision=21146
+2008-08-16 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtksizegroup.c: Use g_quark_from_static_string() where possible.
+
+2008-08-16 Matthias Clasen <mclasen@redhat.com>
+
+ * NEWS: Updates
+
2008-08-16 Torsten Schoenfeld <kaffeetisch@gmx.de>
* gdk/gdkwindow.c: Fix small issues in the documentation of
if (!size_groups_quark)
{
size_groups_quark = g_quark_from_static_string (size_groups_tag);
- visited_quark = g_quark_from_string (visited_tag);
+ visited_quark = g_quark_from_static_string (visited_tag);
}
}